Release 2.2.5 - robust per-server + Search, event log self-heal#36
Merged
Conversation
Add-SPSWeatherEvent returned silently when the source was registered against another log (legacy flat scripts could bind 'SPSWeather' to Application), so no SPSWeather log/events were ever written. Re-point the source to the SPSWeather log and warn (not silent) on failure. Fixes #35
…fatal dump Each SYS check wraps the per-server second-hop call: an unreachable server yields a single 'Unreachable' row and the others continue, instead of a raw 0x80090322 double-hop error aborting the whole farm. Also fixes a $nulll typo that always blanked the .NET version. Fixes #33
Crawl status/logs/topology wrap the Search admin calls; a down topology host yields one 'Search unavailable' row instead of dumping a 503 WebException. Fixes #34
Pester Test Results 1 files 14 suites 2s ⏱️ Results for commit caa6aa2. ♻️ This comment has been updated with latest results. |
The session-open failure was non-terminating, so the try/catch never fired and the raw 0x80090322 dump still printed. Add -ErrorAction Stop to each remote Invoke-Command/Get-CimInstance so a down node becomes one WARN row. Fixes #33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release fixes the following issues:
Fixed
Pester 169/0 (1 skip Win-only), PSSA 0.